Summary

Total Articles Found: 2

Top sources:

Top Keywords:

Top Authors

Top Articles:

  • Rustproofing Linux (Part 2/4 Race Conditions)
  • Using Semgrep with Jupyter Notebook files

Rustproofing Linux (Part 2/4 Race Conditions)

Published: 2023-02-08 15:41:37

Popularity: None

Author: Domen Puncer Kugler

Keywords:

  • Emerging Technologies
  • Reducing Vulnerabilities at Scale
  • Linux kernel
  • Rust
  • This is a four part blog post series that starts with Rustproofing Linux (Part 1/4 Leaking Addresses). This post uses a simple example to demonstrate a class of vulnerability that we encounter quite frequently when auditing kernel drivers and firmware. It’s a race condition, or more precisely a TOCTOU vulnerability. The complete vulnerable C driver … Continue reading Rustproofing Linux (Part 2/4 Race Conditions) →

    ...more

    Using Semgrep with Jupyter Notebook files

    If you frequently deliver source code review assessments of products, including machine learning components, I’m sure you are used to reviewing Jupyter Notebook files (usually python). Although I spend most of my time reviewing the source code manually, I also use static analysis tools such as semgrep, using both public and private rules. This tool … Continue reading Using Semgrep with Jupyter Notebook files →

    ...more

    end